# NOTE: This is only to fix buggy monitors that do not support proper
#       DDC probing, in combination with drivers that have bad default
#       ranges when none are probed

if [ -n "$X_MONITOR_MODE" ]; then

    monitor_hacks="$monitor_hacks set_mon_modeline"

    CONFIGURE_X="True"

    set_mon_modeline() {
        if [ -n "$X_MONITOR_MODE" ]; then
            echo "        ${X_MONITOR_MODE}"
        fi
    }
fi